home *** CD-ROM | disk | FTP | other *** search
- /** dolens.vlt
- *
- * Opens the WLens tool on VLT's screen. Requires WLens to be in tools:
- *
- **/
- if show("l", "rexxarplib.library") = 0 then do
- check = addlib('rexxsupport.library', 0, -30, 0)
- check = addlib('rexxarplib.library', 0, -30, 0)
- end
-
- /*
- * The following sequence determines both VLT's screen and port name
- */
- vltport = address()
- cols = ScreenCols(vltport)
- if cols == -1 then vltscreen = ""
- else vltscreen = vltport
-
- address command "tools:WLens 150 100 "vltscreen
-